/* @override http://www.speechranks.com/stylesheets/screen.css?1272056142 */

/* @group Layout */

body {
	background: #6b9cff url(images/stripe.png) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	position: relative;
	width: 816px; /* +80*/
	margin: 0 auto;
	text-align: left;
}

/* @group Header */

#header {
	height: 215px;
	background: url(images/header.png) left top;
}

#logo {
	position: absolute;
	left: 0;
	top: 64px;
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	width: 430px;
	height: 100px;
}

#logo span {
	display: none;
}

#season_select {
	position: absolute;
	right: 50px;
	top: 5px;
}

/* @group Navigation */

#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 570px;
	top: 43px;
	list-style-type: none;
	color: #fff;
}

#nav li {
	display: block;
	margin: 0;
	padding: 0;
}

#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-variant: small-caps;
}

#nav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Search */

#search {
	position: absolute;
	left: 60px;
	top: 10px;
	color: #707272;
	font-size: 12px;
}

#search input {
	border: 1px solid #8c8e8e;
}

#search input:focus {
	color: #000;
}

#search-results {
	margin-top: 3px;
	position: absolute;
	width: 20em;
	border: 2px solid #b7b7b7;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 10px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	z-index: 10000;
}

#search-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#search-results li {
	display: block;
	margin: 0;
}

#search-results li.odd {
	background-color: #e5e5e5;
}

#search-results li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 8px;
	font-weight: bold;
}

#search-results li a:hover {
	background-color: #bed4ff;
}

#search-results .search_extra {
	color: #4d4d4d;
	font-weight: normal;
}

#search-results p {
	margin: 0;
	padding: 5px;
}

/* @end */

/* @group Admin Nav */

#admin-nav {
	position: absolute;
	left: 225px;
	top: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#admin-nav li {
	display: inline;
	padding: 0 3px;
}

#admin-nav a {
	background-color: #9dbdff;
	border: 1px solid #6b9cff;
	color: #000;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 10px;
}

#admin-nav a:hover {
	background-color: #c0d5ff;
}

/* @end */

/* @end */

#body {
	position: relative;
	background: #fff url(images/body_bg.png) repeat-y left top;
	padding: 5px 70px;
}

#body-clear {
	clear: both;
}

#footer {
	background: url(images/footer.png) no-repeat left top;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #424242;
}

#footer p {
	margin: 10px;
}

/* @end */

/* @group Links */

.button {
	background-color: #9dbdff;
	border: 1px solid #6b9cff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #474747;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}

.button:hover {
	background-color: #c0d5ff;
	text-decoration: none;
}

.button.bad {
	color: #474747;
	background-color: #ffc0c2;
	border: 1px solid #ff7878;
}

.button.bad:hover {
	background-color: #ffd6d7;
}

.hide_listed_buttons span.listed_buttons {
	position: absolute;
}

a.listed_button {
	font-size: 12px;
	padding: 2px 3px;
	text-decoration: none;
	color: #00f;
}

.hide_listed_buttons a.listed_button {
	background-color: #fff;
}

tr.even a.listed_button {
	background-color: #c6d8ff;
}

a.listed_button:hover, table a.listed_button:hover { /* the table selector is necessary to override table.listing tr.even */
	color: #fff;
	background-color: #00f;
	text-decoration: none;
}

a.listed_button.bad {
	color: #f00;
}

a.listed_button.bad:hover {
	color: #fff;
	background-color: #f00;
	text-decoration: none;
}

h1 a.button, h2 a.button, h3 a.button {
	float: right;
	margin-left: 5px;
}

/* @end */

/* @group Profile */

#login-column {
	float: left;
	width: 250px;
}

#login-column p.input, #login-column p.submit {
	text-align: right;
	margin: 5px 0;
}

#register-column {
	float: right;
	width: 250px;
}

/* @end */

/* @group Paginate */

.pagination {
	margin: 20px 0;
	font-size: 14px;
}

.pagination a, .pagination span {
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #6b9cff;
	color: #6b9cff;
}

.pagination a:hover {
	color: #000;
	border-color: #000;
}

.pagination .current {
	color: #fff;
	background-color: #6b9cff;
}

.pagination .disabled {
	color: #999;
	border-color: #ddd;
}

.pagination .gap {
	border: none;
	color: #999;
}

/* @end */

/* @group Ranking */

#filters-toggle {
	position: absolute;
	right: 70px;
	top: 0;
	cursor: pointer;
	font-size: 10px;
	border: 1px solid #000;
	color: #000;
	padding: 2px 4px;
}

#filters {
	position: absolute;
	left: 780px;
	top: 10px;
	font-size: 10px;
	background-color: #e7efff;
	border: 1px solid #4279e9;
	padding: 10px;
}

#filters h2 {
	margin: 0;
	color: #000;
	font-size: 12px;
}

#filters h2 a {
	font-weight: normal;
	text-decoration: none;
}

#filters h3 {
	color: #000;
	font-size: 10px;
}

#filters p.submit {
	text-align: right;
}

#filters-states {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#filters-states li {
	display: block;
	margin: 1px 0;
	padding: 0;
}

/* @end */

/* @group Home Page */

#get-started {
	float: right;
	padding: 20px 20px;
	text-align: center;
}

#get-started p {
	margin: 0;
}

#get-started a {
	display: block;
	margin-top: 10px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #af6660;
	border-bottom: 1px solid #6b2925;
	border-right: 1px solid #6b2925;
	background-color: #7f322c;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	-webkit-box-shadow: 3px 3px 8px #888;
	-moz-box-shadow: 3px 3px 8px #888;
}

#get-started a:hover {
	background-color: #923932;
}

#get-started a:active {
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
}

/* @end */
